projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8a344
)
(${archlibdir}): Install ${SCRIPTS} from ${srcdir}, not cwd.
author
Roland McGrath
<roland@gnu.org>
Mon, 4 Oct 1993 04:31:33 +0000
(
04:31
+0000)
committer
Roland McGrath
<roland@gnu.org>
Mon, 4 Oct 1993 04:31:33 +0000
(
04:31
+0000)
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index ebc896a4d52db4d5160cb95d3d5b0282dd4a01a1..b4628d437a5105af5be4c1e4a8537941260d45cb 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-121,7
+121,7
@@
${archlibdir}: all
chmod 755 ${archlibdir}/$$file ; \
done ; \
for file in ${SCRIPTS}; do \
- $(INSTALL_PROGRAM) $$file ${archlibdir}/$$file ; \
+ $(INSTALL_PROGRAM) $
{srcdir}/$
$file ${archlibdir}/$$file ; \
chmod 755 ${archlibdir}/$$file ; \
done ; \
fi